home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASP Advantage 1994 2nd Q2
/
The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin
/
files
/
utilstem
/
nb22
/
runor.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-12-03
|
337 b
|
12 lines
@echo off
rem *** Runor.bat - Version 2.0
rem ***
rem *** This batch file should print the order form. If the user has already
rem *** used the print command, then the default printer will be used, if not
rem *** the user will be prompted for a print device in the normal way.
rem ***
cls
print order.doc
pause
notice